Platform Explorer / Nuxeo Platform 6.0

Operation Tag.Suggestion (Get tag suggestion)

Description

Get tag suggestion
Operation id Tag.Suggestion
Category Services
Label Get tag suggestion
Requires
Since

Parameters

Name Description Type Required Default value
searchTerm string no  
value string no  
xpath string no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.tag.automation.SuggestTagEntry
Contributing Component org.nuxeo.ecm.platform.tag.widgets.opertion.contrib

JSON Definition

{
  "id" : "Tag.Suggestion",
  "label" : "Get tag suggestion",
  "category" : "Services",
  "requires" : null,
  "description" : "Get tag suggestion",
  "url" : "Tag.Suggestion",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "searchTerm",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "value",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "xpath",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}